Introduce QR Code node#3565
Conversation
|
!build |
|
|
(have renamed Merge to Merge Adjacent Tiles ) Looks good now ? @timon-schelling |
|
That's just merging rows, not every adjacent tile. Can you fix that? |
|
Could we just make the shape be boxes and then use a boolean union operation to merge them? Or we could just use a manual flood fill to build contiguous regions |
|
I tried using flood fill approach ( ig first one will be heavier): cursorful-video-1767593925927.mp4 |
|
!build |
|
|
The node is currently nondeterministic. It produces different data every evaluation. |
Keavon
left a comment
There was a problem hiding this comment.
See comments. The most critical one is making the node deterministic.
|
@Sahil-Gupta584 Due to the use of a Hash Set which uses randomization under the hood, the flood fill algorithm will start from a different point each time, leading to visually identical but different output in each evaluation. This should be relatively easy to fix since in some cases, the |
124235a to
a42cad8
Compare
|
sure, thanks for the suggestions, looks interesting for me also! |
|
So i tried making code more deterministic as well added few comments for understanding working. |
|
!build |
|
|
@Sahil-Gupta584 are you interested in continuing this? |
Yes of course, just need few more days more. I will notify on discord after fixing ci and testing things. |
|
!build |
1 similar comment
|
!build |
|
|
In our testing, the flood fill now seems to work, so I guess we should give this another round of review |
|
I guess having the ecc setting be exposed users would be useful. |
529022c to
198f4f4
Compare
I added this, I would be fine with merging. @TrueDoctor |
|
!build |
|
198f4f4 to
0edacfa
Compare
|
!build |
|
|
Sorry guys couldnt be active much, having many things parallely. |
e2dd082 to
fb48912
Compare
|
!build |
|
|
Please leave a comment in #3565 so you can be assigned to that issue. |
|
You mean in #3468 ? done! |






Closes #3468
Do you have any suggestion ?
Current Implementation:
cursorful-video-1767354987148.mp4